home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / SYSCTL32.ARJ / PRINTM.BAT next >
DOS Batch File  |  1992-07-31  |  1KB  |  24 lines

  1. echo off
  2. CLS
  3. echo .                                                                         .    
  4. echo .                                                                         .    
  5. echo .......................Printing instruction manual.........................
  6. echo .................................4 pages...................................
  7. echo .......................Ready print and strike a key........................
  8. echo ...........................................................................
  9. echo .                                                                         .    
  10. echo .                                                                         .    
  11.  
  12. PAUSE > NUL
  13.  
  14. COPY SYSTEM.DOC PRN > NUL
  15. COPY REGISTER.DOC PRN > NUL
  16.  
  17. echo .                                                                         .
  18. echo .                                                                         . 
  19. echo ..............................Printing complete............................
  20. echo .                                                                         .    
  21. echo .                                                                         .    
  22.  
  23.  
  24.